ArcPad Preferences File Schema
SIMPLELINESYMBOL Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema : SIMPLELINESYMBOL Element

Glossary Item Box

Description

Used to symbolize line features.

Diagram

SIMPLELINESYMBOL Element

Overview

SIMPLELINESYMBOL
Used to symbolize line features.
color optional xs:string
width optional Restriction of xs:int
type optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
colorxs:stringoptional   
widthRestriction of xs:intoptional   
typeRestriction of xs:stringoptionalsolid  

Examples

Source

<xs:element name="SIMPLELINESYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to symbolize line features.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="color">
      <xs:annotation>
        <xs:documentation>Line color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="width" />
    <xs:attribute name="type" default="solid">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="solid" />
          <xs:enumeration value="dash" />
          <xs:enumeration value="dot" />
          <xs:enumeration value="dashdot" />
          <xs:enumeration value="dashdotdot" />
          <xs:enumeration value="null" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.